home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Carousel
/
CAROUSEL.cdr
/
mactosh
/
da
/
talkmoos.sit
/
About Code
next >
Wrap
Text File
|
1987-04-03
|
3KB
|
47 lines
About the Source Code disk:
The documents and applications on the Source Code disk are
probably too technical to be understood or used by non-technical people.
But I know that warning won't work, so heres what's on the disk:
- MacinTalk, its general documentation, and associated utilities.
- ResEdit, and instructions on using it. (Both general and Moose specific.)
- Assembly language code for the Moose, other D.A's and utilties.
File List:
MacinTalkDoc. This MacWrite document describes how MacinTalk works,
how to write phonetically, and how to write MacinTalk programs.
SpeechLab. This application from Apple converts text into phonemes. But
it is so error prone that I don't recommend using it. Use the Speech
Tester desk accessory instead.
ExceptionEdit. This application from Apple is used to create and edit
"exceptions files". Although it is clumsy to use, there is currently
no alternative. The exceptions file contains a RULZ resource that
you can paste into "Moose Phrases".
ResEditDoc. This Microsoft word document is both a tutorial and reference
to using ResEdit.
PhraseEditDoc. This MacWrite document contains pictures showing step by
step how to add more phrases into Moose Phrases.
TN75 Installer scripts. This MacWrite document is a "Tech Note" from
Apple describing how to create installer scripts.
Talk.asm This text file contains the assembly language source code for
the Talking Moose desk accessory.
TalkDA.link This text file holds the linking commands for the Mac C¬ linker
which put the desk accessory together.
Ref.asm This text file contains the assembly language source code for
the Phoneme reference desk accessory.
Test.asm This text file contains the assembly language source code for
the speech tester desk accessory.
SwitchMoose.asm This text file contains the assembly language source
code for the SwitchMoose application.
SwitchMooseR.asm This text file contains the assembly language source
code for the Resources used by SwitchMoose.
Insc.format This text file is an assembly language example for an
installer script.
InscMoose.asm This text file is assembly language source code for an
installer script to install the Talking Moose.
InscFinder.asm This text file is assembly language source code for an
installer script to install talking resources into the Finder.
DefaultMoos.asm This text file is assembly language source code for the
default 'Moos' resource. (For making application's talk.)